home *** CD-ROM | disk | FTP | other *** search
- inherited FormListCustomer: TFormListCustomer
- Caption = 'Find Customer'
- PixelsPerInch = 96
- TextHeight = 13
- inherited PanelListBaseClientBackground: TPanel
- inherited PanelListBaseGridBackground: TPanel
- inline FrameResultSetCustomer: TFrameResultSetCustomer
- Left = 5
- Top = 5
- Width = 416
- Height = 328
- Align = alClient
- TabOrder = 1
- inherited DBGridFrameResultSetBase: TDBGrid
- Width = 416
- Height = 328
- end
- end
- end
- end
- inherited PanelFilter: TPanel
- object Label1: TLabel [0]
- Left = 8
- Top = 28
- Width = 76
- Height = 13
- Caption = 'Company name:'
- end
- object ComboBoxCompanyName: TComboBox
- Left = 88
- Top = 24
- Width = 109
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'contains'
- 'matches exactly'
- 'starts with')
- end
- object EditCompanyName: TEdit
- Left = 204
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 3
- OnChange = EditCompanyNameChange
- end
- end
- inherited PopupMenu: TPopupMenu
- Left = 324
- Top = 36
- end
- inherited ActionList: TActionList
- Left = 316
- end
- end
-